Indexpage

Hidden

Index

Indexpage1

Start

Installation

Follow the steps below to get started with your Site Template:

  1. Unzip the downloaded zip file themeforest-xxxxx.zip folder
  2. Open folder named main-file
  3. Here you will find assets folders of all files
  4. You will need to Upload these files to your Web Server using FTP in order to use it on your Website.
  5. Make sure you upload the required files/folders listed below:
    • css - Extra Stylesheets Folder plus Main Stylesheet File
    • images - Images Folder
    • jquery - Javacripts Folder
    • video - Videos Folder
    • .html extension files - main page template File
  6. You will need to Upload these files to your Web Server using FTP in order to use it on your Website and give the paths of files in .html extension files.
  7. You're now good to go..! Start adding your Content and show off your Brand New Beautiful Website in style.

HTML Structure

Grid List page structure layout-1,layout-2

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="team-check">
														...
														</div>
														<div class="row gy-4 justify-content-center">
															<div class="col-lg-3 col-md-6">
															.......
															</div>
															<div class="col-lg-3 col-md-6">
															.......
															</div>
															<div class="col-lg-3 col-md-6">
															.......
															</div>
															<div class="col-lg-3 col-md-6">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Grid List page structure layout-3

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="heading-left">
															<div class="row text-center">
																<div class="content-left secondary">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-center">
															<div class="col-lg-4 col-md-6 col-12 ">
															.......
															</div>
															<div class="col-lg-4 col-md-6 col-12 ">
															.......
															</div>
															<div class="col-lg-4 col-md-6 col-12 ">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Grid List page structure layout-4

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-lg-12">
																<div class="site-heading text-center">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Grid List page structure layout-5,layout-6

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="heading">
														....
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-lg-4 col-md-6 col-sm-6">
															.......
															</div>
															<div class="col-lg-4 col-md-6 col-sm-6">
															.......
															</div>
															<div class="col-lg-4 col-md-6 col-sm-6">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Grid List page structure layout-7

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="heading">
														....
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
															<div class="col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
															<div class="col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Grid List page structure layout-8,layout-15,layout-21,layout-23,layout-26

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-xl-3 col-lg-4 col-md-6 col-12">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-md-6 col-12">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-md-6 col-12">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Grid List page structure layout-9,layout-10,layout-11,layout-22,layout-29,layout-30,layout-34,layout-39,layout-41,layout-45,layout-46,layout-49

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-lg-4 col-md-6">
															.......
															</div>
															<div class="col-lg-4 col-md-6">
															.......
															</div>
															<div class="col-lg-4 col-md-6">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Grid List page structure layout-12,layout-13,layout-40

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-lg-6 col-xl-4 col-sm-6">
															.......
															</div>
															<div class="col-lg-6 col-xl-4 col-sm-6">
															.......
															</div>
															<div class="col-lg-6 col-xl-4 col-sm-6">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Grid List page structure layout-14,layout-24,layout-42

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-lg-3 col-md-6 col-sm-6">
															.......
															</div>
															<div class="col-lg-3 col-md-6 col-sm-6">
															.......
															</div>
															<div class="col-lg-3 col-md-6 col-sm-6">
															.......
															</div>
															<div class="col-lg-3 col-md-6 col-sm-6">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Grid List page structure layout-16,layout-17,layout-31,layout-33

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-xl-3 col-lg-4 col-sm-6">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-sm-6">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-sm-6">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-sm-6">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Grid List page structure layout-18,layout-19,layout-20,layout-32,layout-36,layout-37

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-lg-3 col-md-6 col-sm-6">
															.......
															</div>
															<div class="col-lg-3 col-md-6 col-sm-6">
															.......
															</div>
															<div class="col-lg-3 col-md-6 col-sm-6">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Grid List page structure layout-25

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-lg-4 col-md-6 col-sm-6 col-12">
															.......
															</div>
															<div class="col-lg-4 col-md-6 col-sm-6 col-12">
															.......
															</div>
															<div class="col-lg-4 col-md-6 col-sm-6 col-12">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Grid List page structure layout-27,layout-28,layout-35

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-lg-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12 col-12">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12 col-12">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12 col-12">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Grid List page structure layout-38,layout-43,layout-44,layout-47,layout-48,layout-50

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-lg-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Listing page structure layout-1,layout-2

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="team-check">
														...
														</div>
														<div class="row gy-4 justify-content-center">
															<div class="col-lg-3 col-md-6">
															.......
															</div>
															<div class="col-lg-3 col-md-6">
															.......
															</div>
															<div class="col-lg-3 col-md-6">
															.......
															</div>
															<div class="col-lg-3 col-md-6">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Listing page structure layout-3

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="heading-left">
															<div class="row text-center">
																<div class="content-left secondary">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-center">
															<div class="col-lg-4 col-md-6 col-12 ">
															.......
															</div>
															<div class="col-lg-4 col-md-6 col-12 ">
															.......
															</div>
															<div class="col-lg-4 col-md-6 col-12 ">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Listing page structure layout-4

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-lg-12">
																<div class="site-heading text-center">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Listing page structure layout-5,layout-6

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="heading">
														....
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-lg-4 col-md-6 col-sm-6">
															.......
															</div>
															<div class="col-lg-4 col-md-6 col-sm-6">
															.......
															</div>
															<div class="col-lg-4 col-md-6 col-sm-6">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Listing page structure layout-7

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="heading">
														....
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
															<div class="col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
															<div class="col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Listing page structure layout-8,layout-15,layout-21,layout-23,layout-26

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-xl-3 col-lg-4 col-md-6 col-12">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-md-6 col-12">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-md-6 col-12">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Listing page structure layout-9,layout-10,layout-11,layout-22,layout-29,layout-30,layout-34,layout-39,layout-41,layout-45,layout-46,layout-49

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-lg-4 col-md-6">
															.......
															</div>
															<div class="col-lg-4 col-md-6">
															.......
															</div>
															<div class="col-lg-4 col-md-6">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Listing page structure layout-12,layout-13,layout-40

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-lg-6 col-xl-4 col-sm-6">
															.......
															</div>
															<div class="col-lg-6 col-xl-4 col-sm-6">
															.......
															</div>
															<div class="col-lg-6 col-xl-4 col-sm-6">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Listing page structure layout-14,layout-24,layout-42

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-lg-3 col-md-6 col-sm-6">
															.......
															</div>
															<div class="col-lg-3 col-md-6 col-sm-6">
															.......
															</div>
															<div class="col-lg-3 col-md-6 col-sm-6">
															.......
															</div>
															<div class="col-lg-3 col-md-6 col-sm-6">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Listing page structure layout-16,layout-17,layout-31,layout-33

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-xl-3 col-lg-4 col-sm-6">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-sm-6">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-sm-6">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-sm-6">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Listing page structure layout-18,layout-19,layout-20,layout-32,layout-36,layout-37

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-lg-3 col-md-6 col-sm-6">
															.......
															</div>
															<div class="col-lg-3 col-md-6 col-sm-6">
															.......
															</div>
															<div class="col-lg-3 col-md-6 col-sm-6">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Listing page structure layout-25

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-lg-4 col-md-6 col-sm-6 col-12">
															.......
															</div>
															<div class="col-lg-4 col-md-6 col-sm-6 col-12">
															.......
															</div>
															<div class="col-lg-4 col-md-6 col-sm-6 col-12">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Listing page structure layout-27,layout-28,layout-35

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-lg-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12 col-12">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12 col-12">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12 col-12">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Listing page structure layout-38,layout-43,layout-44,layout-47,layout-48,layout-50

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1"> 
													<div class="container w-100">
														<div class="row">
															<div class="col-lg-12">
																<div class="heading-title">
																....
																</div>
															</div>
														</div>
														<div class="row gy-4 justify-content-between">
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
															<div class="col-xl-3 col-lg-4 col-md-6 col-sm-12">
															.......
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Slider page structure layout-1,layout-3,layout-4,layout-5,layout-6,layout-7,layout-8,layout-9,layout-10,layout-11,layout-12,layout-13,layout-14,layout-15,layout-16,layout-17,layout-18,layout-19,layout-20,layout-21,layout-22,layout-23,layout-24,layout-25,layout-26,layout-27,layout-28,layout-29,layout-30,layout-31,layout-32,layout-33,layout-34,layout-35,layout-36,layout-37,layout-38,layout-39,layout-40,layout-41,layout-42,layout-43,layout-44,layout-45,layout-46,layout-47,layout-48,layout-49,layout-50

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
													<div class="container w-100">
														<div class="team-check">
														...
														</div>
														<div class="swiper mySwiper">
															<div class="swiper-wrapper">
																<div class="mb-2 swiper-slide">
																.......
																</div>
																<div class="mb-2 swiper-slide">
																.......
																</div>
																<div class="mb-2 swiper-slide">
																.......
																</div>
																<div class="mb-2 swiper-slide">
																.......
																</div>
																<div class="mb-2 swiper-slide">
																.......
																</div>
																<div class="mb-2 swiper-slide">
																.......
																</div>
																<div class="mb-2 swiper-slide">
																.......
																</div>
																<div class="mb-2 swiper-slide">
																.......
																</div>
															</div>
															<div class="swiper-pagination"></div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Slider page structure layout-2

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
													<div class="container w-100">
														<div class="team-check">
														...
														</div>
														<div class="your-class">
															<div>
																<div class="team-class mb-4 text-center">
																	<div class="team-5-thumb mb-25">
																	....
																	</div>
																	<div class="team-5-content">
																	....
																	</div>
																</div>
																<div class="team-class mb-4 text-center">
																	<div class="team-5-thumb mb-25">
																	....
																	</div>
																	<div class="team-5-content">
																	....
																	</div>
																</div>
																<div class="team-class mb-4 text-center">
																	<div class="team-5-thumb mb-25">
																	....
																	</div>
																	<div class="team-5-content">
																	....
																	</div>
																</div>
																<div class="team-class mb-4 text-center">
																	<div class="team-5-thumb mb-25">
																	....
																	</div>
																	<div class="team-5-content">
																	....
																	</div>
																</div>
																<div class="team-class mb-4 text-center">
																	<div class="team-5-thumb mb-25">
																	....
																	</div>
																	<div class="team-5-content">
																	....
																	</div>
																</div>
																<div class="team-class mb-4 text-center">
																	<div class="team-5-thumb mb-25">
																	....
																	</div>
																	<div class="team-5-content">
																	....
																	</div>
																</div>
																<div class="team-class mb-4 text-center">
																	<div class="team-5-thumb mb-25">
																	....
																	</div>
																	<div class="team-5-content">
																	....
																	</div>
																</div>
																<div class="team-class mb-4 text-center">
																	<div class="team-5-thumb mb-25">
																	....
																	</div>
																	<div class="team-5-content">
																	....
																	</div>
																</div>
															</div>
															<div class="swiper-pagination"></div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-1

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
													<div class="container w-100">
														<div class="row">
															<div class="col-lg-4 position-relative">
																<div class="team-single-box team-member js-sticky sticky-item">
																	<div class="post-thumbnail">
																	.......
																	</div>
																	<div class="team-contact">
																	.......
																	</div>
																</div>
															</div>
															<div class="col-lg-8 ps-lg-5">
																<div class="entry-content mt-0">
																	<div class="team-brosher">
																	.......
																	</div>
																</div>
															</div>	
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-2

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
													<div class="container w-100">
														<div class="row justify-content-center">
															<div class="col-xl-8 col-lg-10 col-12">
																<div class="team-details position-relative">
																	<div class="team-details-info d-flex align-items-center mb-50">
																		......
																	</div>
																	<div class="team-details-about">
																		.......
																	</div>
																	<div class="team-details-exprience">
																		.......
																	</div>
																</div>
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-3

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
													<div class="container w-100">
														<div class="team-content-top">
															<div class="row mb-3">
																<div class="col-lg-5 col-sm-12 left-info">
																....
																</div>
																<div class="col-lg-5 col-sm-12 right-info">
																....
																</div>
															</div>
														</div>
													</div>
													<div class="bottom-info bg-gray default-padding">
														<div class="container">
															<div class="row">
																<div class="col-lg-6">
																	<div class="team-single-list">
																	....
																	</div>
																</div>
																<div class="col-lg-6">
																	<div class="skill-items">
																	....
																	</div>
																</div>
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-4

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
													<!-- All your metas will be here -->
													<meta charset="UTF-8">
													<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
													<!-- Your Stylesheets, Title -->
													...
												</head>
												<body>
													<!-- Page Wrapper section start -->
												<div class="team-section-1">
													<div class="container">
														<div class="row align-items-center team_member">
																<div class="col-lg-5 col-md-6 col-12">
																....
																</div>
																<div class="col-lg-6 col-md-6 col-12">
																....
																</div>
														</div>
														<div class="row">
															<div class="skill">
															....
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-5

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
													<div class="container">
														<div class="row">
															<div class="col-lg-8 col-12 order-2">
																<div class="team-single-content-wrap">
																....
																</div>
															</div>
															<div class="col-lg-4 col-12">
																<div class="team-single-image team-thumb-square sidebar-sticky">
																....
																</div>
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-6

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
												<div class="container">
												<div class="row">
												<div class="col-lg-4">
												<div class="team-sticky">
												<div class="about-box">
												....
												</div>
												<div class="about-box-contact">
												....
												</div>
												</div>
												</div>
												<div class="col-lg-8">
												<div class="docter-detail">
												....
												</div>
												<div class="spec">
												....
												</div>
												<div class="spec">
												....
												</div>
												<div class="spec">
												....
												</div>
												</div>
												</div>
												</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-7

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
													<div class="container">
														<div class="row">
															<div class="col-lg-4">
																<div class="team-images">
																...
																</div>
															</div>
															<div class="col-lg-8">
																<div class="team-detail">
																....
																</div>
															</div>
														</div>
														<div class="row mt-5">
															<div class="col-12">
																<div class="title-sec">
																...
																</div>
															</div>
														</div>
													</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-8,Layout-9

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
												<div class="container">
													<div class="row main">
														<div class="col-lg-4">
															<div class="team-images">
															...
															</div>
														</div>
														<div class="col-lg-8">
															<div class="team-detail">
															....
															</div>
														</div>
													</div>
												</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-10

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
												<div class="container">
													<div class="row main">
														<div class="col-lg-5 mb-4">
															<div class="team-img">
															...
															</div>
														</div>
														<div class="col-lg-7">
															<div class="team-contact">
															....
															</div>
														</div>
													</div>
													<div class="row mt-5">
														<div class="col-xl-6 col-lg-12 col-md-12">
														....
														</div>
														<div class="col-xl-6 col-lg-12 col-md-12">
														....
														</div>
													</div>
													<div class="row mt-3">
														<div class="col-xl-6 col-lg-12 col-md-12">
														....
														</div>
														<div class="col-xl-6 col-lg-12 col-md-12">
														....
														</div>
													</div>
												</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-11

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
												<div class="container">
													<div class="detail">
														<div class="row justify-content-center align-items-center g-4">
															<div class="col-lg-6 col-12">
																<div class="team-image">
																...
																</div>
															</div>
															<div class="col-lg-6 col-12">
																<div class="team-detail">
																....
																</div>
															</div>
														</div>
														<div class="row mt-4">
															<div class="col-12">
															...
															</div>
														</div>
														<div class="row g-4">
															<div class="col-lg-6 col-12">
															....
															</div>
															<div class="col-lg-6 col-12 mt-4 detail-ex">
																<div class="skills-content skills-animation">
																	<div class="progress_bar">
																		<div class="progress_bar_item grid-x">
																		....
																		</div>
																		<div class="progress_bar_item grid-x">
																		....
																		</div>
																		<div class="progress_bar_item grid-x">
																		....
																		</div>
																	</div>
																</div>
															</div>
														</div>
														<div class="row mt-0">
															<div class="col-12">
															...
															</div>
														</div>
													</div>
												</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-12

ProTeam follows a simple coding structure. here is the sample:

										
											<!DOCTYPE html>
											<html lang="en">
											<!-- All your metas will be here -->
											<meta charset="UTF-8">
											<meta name="viewport" content="width=device-width, initial-scale=1.0">
											<head>
											<!-- Your Stylesheets, Title -->
											...
											</head>
											<body>
											<!-- Page Wrapper section start -->
											<div class="team-section-1">
											<div class="container">
												<div class="row">
												...
												</div>
												<div class="row mt-3">
													<div class="col-lg-6">
														<div class="skills-content skills-animation">
															<div class="progress_bar">
																<div class="progress_bar_item grid-x">
																....
																</div>
																<div class="progress_bar_item grid-x">
																....
																</div>
																<div class="progress_bar_item grid-x">
																....
																</div>
															</div>
														</div>
													</div>
													<div class="col-lg-6">
														<div class="row">
															<div class="col-lg-6 col-md-6 col-sm-6">
															....
															</div>
															<div class="col-lg-6 col-md-6 col-sm-6">
															....
															</div>
															<div class="col-lg-6 col-md-6 col-sm-6">
															....
															</div>
															<div class="col-lg-6 col-md-6 col-sm-6">
															....
															</div>
														</div>
													</div>
												</div>
												<div class="row mt-3">
												...
												</div>
												<div class="row mt-3">
													<div class="col-12">
													...
													</div>
												</div>
												<div class="row mt-3">
													<div class="contact-form">
													...
													</div>
												</div>
											</div>
											</div>
											<!-- Page Wrapper section Exit -->
											<!-- Your All Scripts will be here ->
											...
											</body>
											</html>
										
									
Single page structure Layout-13

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
												<div class="container">
													<div class="row">
														<div class="col-lg-4">
															<div class="team-images">
															...
															</div>
														</div>
														<div class="col-lg-8">
															<div class="team-detail">
															....
															</div>
														</div>
													</div>
													<div class="row mt-5">
														<div class="col-lg-6">
														....
														</div>
														<div class="col-lg-6">
														....
														</div>
													</div>
												</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-14

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
												<div class="container">
													<div class="row align-items-center g-4">
														<div class="col-lg-4 col-md-6">
														....
														</div>
														<div class="col-lg-8">
														....
														</div>
													</div>
													<div class="row mt-5">
														<div class="col-12">
															<div class="title">
															....
															</div>
															<div class="education">
															....
															</div>
															<div class="education mt-5">
															....
															</div>
														</div>
													</div>
												</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-15

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
												<div class="container">
													<div class="row">
														<div class="col-lg-5">
															<div class="team-image">
															....
															</div>
														</div>
														<div class="col-lg-6 offset-lg-1">
															<div class="team-detail">
															....
															</div>
														</div>
													</div>
												</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-16

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
												<div class="container">
													<div class="row gy-4">
														<div class="col-lg-6 main-1">
															<div class="title">
															....
															</div>
															<div class="desc mt-3">
															....
															</div>
															<div class="text-btn mt-5">
															....
															</div>
														</div>
														<div class="col-lg-5 main-2">
															<div class="team-image">
															....
															</div>
														</div>
														<div class="col-lg-1 main-3">
															<div class="social-icon">
															....
															</div>
														</div>
													</div>
												</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-17

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
												<div class="container">
													<div class="row">
														<div class="col-md-5">
															<div class="team-member-info pe-0 pe-lg-4">
															....
															</div>
														</div>
														<div class="col-md-7 ps-3 ps-md-5 mt-5 mt-md-0">
															<div class="exper">
																<div class="skills-content skills-animation ">
																	<div class="progress_bar">
																		<div class="progress_bar_item grid-x">
																		....
																		</div>
																		<div class="progress_bar_item grid-x">
																		....
																		</div>
																		<div class="progress_bar_item grid-x">
																		....
																		</div>
																		<div class="progress_bar_item grid-x">
																		....
																		</div>
																	</div>
																</div>
															</div>
														</div>
													</div>
													<div class="row mt-5">
														<div class="col-md-5">
														....
														</div>
														<div class="col-md-7 ps-3 ps-md-5 mt-5 mt-md-0">
															<div class="row pb-4 des descv">
															....
															</div>
															<div class="row pb-4 mt-3 des">
															....
															</div>
															<div class="row pb-4 mt-3">
															....
															</div>
														</div>
													</div>
												</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-18

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
												<div class="container">
													<div class="row align-items-center">
														<div class="col-lg-6">
															<div class="team-thumb">
															....
															</div>
														</div>
														<div class="col-lg-6">
															<div class="team-details-right">
															....
															</div>
														</div>
													</div>
													<div class="row mt-5">
														<div class="col-lg-6">
														....
														</div>
														<div class="col-lg-6">
														....
														</div>
													</div>
												</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-19

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
												<div class="container">
													<div class="row">
														<div class="col-lg-5">
															<div class="team-image">
															....
															</div>
														</div>
														<div class="col-lg-7 mt-md-5">
															<div class="team-info">
															....
															</div>
														</div>
													</div>
													<div class="row mt-5">
														<div class="col-12">
														....
														</div>
													</div>
													<div class="row mt-4">
														<div class="col-lg-6">
															<div class="list-view">
																<div class="titlebar">
																....
																</div>
																<div class="titlebar">
																....
																</div>
																<div class="titlebar">
																....
																</div>
																<div class="titlebar">
																....
																</div>
																<div class="titlebar">
																....
																</div>
																<div class="titlebar">
																....
																</div>
															</div>
														</div>
														<div class="col-lg-6">
															<div class="skills-content skills-animation ">
																<div class="skills-content skills-animation ">
																	<div class="progress_bar">
																		<div class="progress_bar_item grid-x">
																		....
																		</div>
																		<div class="progress_bar_item grid-x">
																		....
																		</div>
																		<div class="progress_bar_item grid-x">
																		....
																		</div>
																	</div>
																</div>
															</div>
														</div>
													</div>
												</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-20

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
												<div class="container">
													<div class="row">
														<div class="col-lg-1 main-1">
														....
														</div>
														<div class="col-lg-1 main-2">
														....
														</div>
														<div class="col-lg-1 main-3">
														....
														</div>
													</div>
													<div class="row mt-5">
														<div class="col-12">
														....
														</div>
													</div>
													<div class="row mt-4">
														<div class="col-lg-6">
															<div class="skills-content skills-animation">
															...
															</div>
														</div>
														<div class="col-lg-6">
															<div class="list-view">
															...
															</div>
														</div>
													</div>
												</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										
Single page structure Layout-21

ProTeam follows a simple coding structure. here is the sample:

											
												<!DOCTYPE html>
												<html lang="en">
												<!-- All your metas will be here -->
												<meta charset="UTF-8">
												<meta name="viewport" content="width=device-width, initial-scale=1.0">
												<head>
												<!-- Your Stylesheets, Title -->
												...
												</head>
												<body>
												<!-- Page Wrapper section start -->
												<div class="team-section-1">
												<div class="container">
													<div class="row justify-content-between">
														<div class="col-xl-5 col-lg-6">
															<div class="team-image">
															....
															</div>
														</div>
														<div class="col-lg-6">
															<div class="detail">
															....
															</div>
														</div>
													</div>
												</div>
												</div>
												<!-- Page Wrapper section Exit -->
												<!-- Your All Scripts will be here ->
												...
												</body>
												</html>
											
										

Logo Settings

The Logo Container can be found in the - layout-6.html file

											
												<div class="single-page-design"><img src="./assest/images/layout-1/Logo/Logo.png" alt="Logo"></div>
											
										
Favicon

You can add a Favicon to your Website using the following code just bottom to the Stylesheet files links:

											
												<link rel="shortcut icon" href="./assest/images/layout-1/Logo/Favicon.png" type="image/x-icon">
											
										

Changing Fonts

Change your Fonts from Google Fonts Library directly if you plan to use a Google Font. You can find the Linking to the Font Files in the head tag

											
												<link href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap"
												rel="stylesheet">
											
										

Website Optimization Tips

A Fast &Optimized Website has several factors which needs to be implemented in order to achieve the desired results. There are several Optimization Techniques available which will definitely affect your Website's Performance in a Positive Way & we want to share a few of them with you:

  • Image Compression & Optimization

    We tend to use Lots of Images on our Websites but we often do not make efforts to Compress & Optimize them. Remember, the Larger the Image, the more time it takes to download and therefore this slows your website loading times affecting User Experience. Your customer will leave your website if it does not load within 3-5 Seconds which adversely affects your Sales. Therefore, it is important to Resize, Optimize & Compress your Images before using it on your Website. Here are some Tips which might come handy in optimizing images:

    • Resize your Images: Resize your Images before using it on your Website. Do not just Download an Image & place it as it is in your Website's <img> Tag without resizing it. The size/resolution of the Image matters since it is not recommended to use an Image size of 1200px x 800px in a Content Size of 300px x 200px as this is unnecessary. Resize it to 300px x 200px
    • Image Formats: There are three common file types that are used for web images which are JPEG, GIF, & PNG. For images with a Flat Background use JPEG images, for images with a Transparent background use PNG images and for images with Animations use GIF images.
    • Compressing Images: Images Compression is important as it considerably reduces the size without losing the quality. There are several FREE Image Optimization Tools available to Download.
      For MAC use ImageOptim
      For Windows use Riot for compressing JPEG Images & PNG Gauntlet for PNG Images.
  • CSS &jQuery Minifications

    It is also recommended that you Combine & Minify all your CSS Files to a single CSS File & all Javascript Files to a single JS File since Minification reduces the size of the File and Combining the files helps in reducing the number of HTTP requests made to the server. This is also an Important Factor in increasing the speed of your website. There are several tools available online to Minify your CSS & JS Files. Our recommendations are:
    For CSS use CSS Minifier and For Javascript use Javascript Minifier.

  • Fast Web Hosting Servers

    A lot depends on your Web Hosting Servers, so it is recommended that you choose a Hosting Company/Server that provides a Reliable & a Fast Hosting Service. You can check out some recommended Hosting Services here: http://themeforest.net/get_hosting.